Skip to content

[automation] Update packages in .github/ISSUE_TEMPLATE/integration_*.yml - #20530

Merged
teresaromero merged 1 commit into
mainfrom
updatecli_main_sync-packages-to-bug-issue-template
Aug 5, 2026
Merged

[automation] Update packages in .github/ISSUE_TEMPLATE/integration_*.yml#20530
teresaromero merged 1 commit into
mainfrom
updatecli_main_sync-packages-to-bug-issue-template

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Update package list in Github bug issue template

update pkgs in .github/ISSUE_TEMPLATE/integration_*.yml

ran shell command "#!/usr/bin/env bash\nset -eu\n\npackage_paths=$(mage listPackages)\n\npkgs=$(echo \"$package_paths\" | while IFS= read -r package_path; do\n title=$(yq .title \"${package_path}/manifest.yml\")\n echo \"- $title [$package_path]\"\ndone | LC_ALL=C sort -s -f | yq -o json .)\n\nyq eval \".body[1].attributes.options = $pkgs\" -i '.github/ISSUE_TEMPLATE/integration_bug.yml'\nyq eval \".body[1].attributes.options = $pkgs\" -i '.github/ISSUE_TEMPLATE/integration_feature_request.yml'\n\ngit diff --name-only HEAD\n"

GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

@github-actions
github-actions Bot requested a review from a team as a code owner August 5, 2026 01:38
@mergify

mergify Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@teresaromero
teresaromero merged commit 039d3b8 into main Aug 5, 2026
8 checks passed
@teresaromero
teresaromero deleted the updatecli_main_sync-packages-to-bug-issue-template branch August 5, 2026 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant